home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / Telecom / Compacting Programs / MacBooz1.0 / Read Me < prev   
Text File  |  1991-06-07  |  3KB  |  56 lines

  1. Packed together should be this documentation file and the MacBooz application.  Source code in THINK Lightspeed 'C' is available seperately.  (Sources in almost-portable 'C' for the complete Zoo package are also available)
  2.  
  3. Quick documentation for MacBooz 1.0
  4. -----------------------------------
  5.  
  6. Recently the comp.binaries.ibm.pc newsgroup on UseNet began posted all its files in ZOO archive format. 
  7.  
  8. - Zoo uses Lempel-Ziv-Welch (LZW) compression, like most of the "old" archive utilities such as Arc and StuffIt.  The author is considering adding support for one of the new compression techniques from Japan
  9. (see the program "MacLZSS" for a sample).
  10. - Zoo was written to be very portable between UNIX and MS-DOS, and easily portable to other systems
  11. - Zoo is a free program; no shareware fees, although copyright is held on Zoo itself (Booz, however, is completely public domain).
  12.  
  13. Proponents of Zoo do not advance it as the ideal archive system for every operating system.  StuffIt, Arc, PKZIP, etc. should be optimized for speed and given good interfaces, specific to their native environments.  Zoo fills the role as a standard for transferring between different operating systems.  Since its sources are freely
  14. available and fairly portable, every computer should be able to handle ZOO archives.
  15.  
  16.  
  17. MacBooz 1.0
  18. -----------
  19. This is a very simple port of Booz 1.02 (25 Aug 88) to the Macintosh.
  20.  
  21. From the Booz documentation: 
  22. "Booz 1.02 is a small, memory-efficient Zoo archive extractor/lister. It is not fancy.  It does not recognize the advanced features available in current versions of Zoo, such as long filenames, directory names, comments, and multiple file generations.  Extraction always uses a short MS-DOS format filename and all extracted files go into the current directory.... Booz 1.02 can extract and list all archives created by all currently-existing versions of Zoo."
  23.  
  24. A simple command line interface is used for MacBooz 1.0:
  25.  
  26. (command)  archivename[.zoo]  [filespecs]
  27.  
  28. - (command) can be:
  29.  
  30.     l    list filenames to the screen
  31.     t    test files to verify the archive is undamaged
  32.     x    extract files to the disk
  33.  
  34. - archivename is the name of the zoo archive to process.  It is assumed to end in ".zoo" unless you specify another ending ".???" (see wildcards, below).  The archive should be in the same folder as MacBooz.  
  35.  
  36. - filespecs are optional.  With no filespecs, MacBooz will operate on all files in the archive (list all, extract all, test all).  With filespecs, you specify exactly which files in the archive to work
  37. with.
  38.      UNIX-style "wildcards" are supported.  A question mark "?" matches any single character in a filename.  An asterisk "*" matches any string of characters (any length).
  39.      For example: MS-DOS executable programs (applications) always end with ".EXE" or ".COM".  With wildcards you refer to these simply as "*.EXE *.COM".
  40.      More complicated example: if an archive contains 10 files named "patch.01" thru "patch.10" alongside a file contained "patch.exe", you can refer to everything but "patch.exe" by specifying "patch.??".
  41.  
  42.  
  43. Future
  44. ------
  45. The interface could use some obvious improvements.  Assembly language speedups are always nice.
  46.  
  47. The complete Zoo package should be ported, so Macs can create ZOOs as well as extract them.
  48.  
  49.  
  50.  
  51. Rob Elliott
  52. 3 June 1989
  53.  
  54. Compuserve: 70675,1204
  55. Usenet: rob@embossed.com
  56. FidoNet: 1:115/729